--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 52fc4c5dad7e9b4885ceb6489563db53e6b0d770
Parents : 198b858
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-10-03T14:29:14+02:00
Add pillow as dependency
Changes
Diff
diff --git a/setup.py b/setup.py
index a7bc3d08..b071a7b7 100644
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,6 @@ setuptools.setup(
'sideband=sbapp:main.run',
]
},
- install_requires=['rns>=0.3.12', 'lxmf>=0.1.8', 'kivy==2.1.0', 'plyer'],
+ install_requires=['rns>=0.3.12', 'lxmf>=0.1.8', 'kivy==2.1.0', 'plyer', "pillow"],
python_requires='>=3.6',
)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────